home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python-1.4 / Lib / ospath.py < prev    next >
Text File  |  1998-06-24  |  68b  |  4 lines

  1. # ospath.py is obsolete
  2. import os
  3. exec 'from %s import *' % os.name
  4.